ConfigClangTidy

Configuration options only relevant for clang-tidy.

Members

Variables

applyFixit
bool applyFixit;

Apply fix hints.

applyFixitErrors
bool applyFixitErrors;

Apply fix hints even though they result in errors.

binary
string binary;

The clang-tidy binary to use.

checkExtensions
string[] checkExtensions;

Checks to toggle on/off. Used as a compliment to checks.

headerFilter
string headerFilter;

Argument to the be passed on to clang-tidy's --header-filter paramter as-is

optionExtensions
string[string] optionExtensions;

Used as a compliment to options. options is set in the global while optionExtensions is set locally.

systemConfig
string systemConfig;

System configuration to use if .clang-tidy do not exists in work directory.

Meta